home *** CD-ROM | disk | FTP | other *** search
- cls
- echo off
- echo Creating Directories on drive C:...
- md c:\packet
- md c:\packet\connects
- md c:\packet\log
- md c:\packet\monitor
- echo Copying Files to hard drive...
- copy packet.exe c:\packet
- copy packet.hlp c:\packet
- copy bwcc.dll c:\packet
- copy *.txt c:\packet
- copy set_c.pet c:\packet\settings.pet
- echo PeT's Files are installed!
- echo From Windows, Add the PeT icon to your program group
- echo by using the File New command.
- echo See READ.ME file for more information.
- echo Extensive online help is available once PeT is running
- echo by Hitting the F1 Key!
- echo on
-
-